Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WP] ANSI savvy text wrap #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

[WP] ANSI savvy text wrap #1

wants to merge 4 commits into from

Conversation

isbm
Copy link
Owner

@isbm isbm commented Aug 3, 2019

Add ANSI-savvy text wrapping mode. This should be explicitly turned on:

fmt.Println(textwrap.NewTextWrap().SetWidth(80).SetANSISavvy(true).Fill(mytext))

By default Text Wrap does not operates ANSI- aware and is not looking to strip them, if any. This also can be turned ON as of now:

fmt.Println(textwrap.NewTextWrap().SetWidth(80).SetStripANSI(true).Fill(mytext))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant